home *** CD-ROM | disk | FTP | other *** search
/ Aminet 37 / Aminet 37 (2000)(Schatztruhe)[!][Jun 2000].iso / Aminet / util / wb / Dynamite.lha / Dynamite / Dynamite.readme < prev    next >
Text File  |  2000-03-13  |  4KB  |  83 lines

  1. Short: Start button and explorer in one. Fast.
  2. Uploader: s.e.m.lichtendahl@its.tudelft.nl (Stephan Lichtendahl)
  3. Author:   s.e.m.lichtendahl@its.tudelft.nl (Stephan Lichtendahl)
  4. Version:  2.3
  5. Status:   GiftWare
  6. Type:     util/wb
  7. Requires: AmigaOS 3.5, PopupMenu.library v8.0, Reqtools.library v38.1436, WBStart.library 2.2
  8.  
  9. Introduction:
  10. ¯¯¯¯¯¯¯¯¯¯¯¯¯
  11. OK, so it is another one of those Windoze Start button lookalikes. However,
  12. with this one you can browse your directory tree without ever needing to wait
  13. for icons to load, because they are loaded dynamically. In addition, icons are
  14. shown for files that do not have icons (based on filetype) and thumbnails are
  15. created on the fly for Jpeg pictures. Most importantly, Dynamite is a lot
  16. faster in loading icons, especially default icons, than Workbench / DOpus.
  17.  
  18. Features
  19. ¯¯¯¯¯¯¯¯
  20.  · Easy browsing to directories, starting files (with filetype recognition) and
  21.    performing file management (copy, rename, delete, etc.).
  22.  · From the start button you can browse your (virtual) directory tree; at the
  23.    same time the dock icons next to the start button provide additonal browsers.
  24.  
  25.  · You can drop icons on files to change the icon image or on hotlists to add
  26.    items to the hotlist (or even on the start button to change the image).
  27.  
  28.  · Supports old, NewIcons and OS3.5 icon formats (and conversion to OS3.5 format)
  29.  · Shows default icons for files that do not have icons, based on filetype.
  30.  · Can scale all icons to a specified size.
  31.  
  32.  · Shows thumbnails for all types of pictures, created on the fly.
  33.  
  34.  Dynamite is faster in displaying icons than Workbench / DOpus, because:
  35.  · Only those icons are loaded that are on the current and next two "pages".
  36.  · Only one default icon is loaded for each filetype and reused for every file
  37.    of the same type.
  38.  · You don't have to wait for the icons or thumbnails to finish loading.
  39.  
  40.  · Files and directories can be added to various hotlists or as dock icons.
  41.  · Supports the creation of hierarchical hotlist structures, i.e. you can have
  42.    one hotlist opening another and that one another, ...
  43.  
  44.  · Filetype recognition is based on file extensions. The "def_*.info" files in
  45.    the "EnvArc:sys/" directory are used as default icons (e.g. "def_doc.info"
  46.    for a "*.doc" file). The "Default Tool" entry is used to open a file and an
  47.    "EDIT" tooltype can be specified as an alternative tool.
  48.  
  49.  · Memory pools are used to reduce memory fragmentation.
  50.  
  51. Version History
  52. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  53. Important: as usual, it is recommended to read the documentation!
  54.  
  55. Dynamite 2.3:
  56.  · As the GuiGfx.library is now used for the creation of thumbnails, more image
  57.    formats are now supported (see `Thumbnails'). Use the PICPAT tooltype to
  58.    specify for what type of images thumnails should be shown (see `Tooltypes').
  59.  · You can specify the font to use instead of the System Default Font with the
  60.    FONT and FONTSIZE tooltypes. Proportional fonts are supported.
  61.  · The "Select Pattern" option will now use case-insensitive matching.
  62.  · The sorting mode of a hotlist (applying to the browser windows opened from
  63.    it) is now saved with the hotlist.
  64.  · Added "Icon->Create" option to popup menu for creating icons from def. icons.
  65.  · Added "Pic->Close Views" option to ask a picture viewer to close its windows.
  66.  · Workaround: added SAVEBLIT tooltype for not blitting directly into the
  67.    screen's bitmap, but using a temporary bitmap instead (which is normally only
  68.    used when the browser window isn't frontmost). This because Picasso leaves
  69.    small vertical lines next to the icons, whereas Cybergraphics does not.
  70.  · BugFix: files could be visibly selected when scrolling up and down.
  71.  
  72. Dynamite 2.2:
  73.  · You can drop icons on all windows: dropping on the start button will change
  74.    the image (and icon of the program); dropping on the dock window will add the
  75.    files/dirs as dock icons; dropping on icon images in browsers will change the
  76.    icon image; dropping in hotlist browsers (not on an image) will add the
  77.    files/dirs to the hotlist.
  78.  · You can drop an icon an a file without icon to a) make a new icon for the
  79.    file, b) create a new default icon for files with that extension or c)
  80.    replace the default icon image if it already exists.
  81.  · Removed bug when using "choose" feature and closing the source window.
  82.  
  83.